home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 August / macformat-053.iso / mac / Demos / Last Express Preview / The Last Express Demo / The Last Express Demo.11 MAC / 00145.ls < prev    next >
Encoding:
Text File  |  1996-10-23  |  169 b   |  15 lines

  1. global gCurMov
  2.  
  3. on enterFrame
  4.   settingUpMov()
  5. end
  6.  
  7. on settingUpMov
  8.   case gCurMov of
  9.     "sneak preview":
  10.       go("sp")
  11.     "making of":
  12.       go("mo")
  13.   end case
  14. end
  15.